Searched defs:isCPI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h241 /// isCPI - Tests if this is a MO_ConstantPoolIndex operand.
242 bool isCPI() const { return OpKind == MO_ConstantPoolIndex; } function in class:llvm::MachineOperand
431 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
459 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
519 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
527 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineOperand.h202 /// isCPI - Tests if this is a MO_ConstantPoolIndex operand.
203 bool isCPI() const { return OpKind == MO_ConstantPoolIndex; } function in class:llvm::MachineOperand
381 assert((isFI() || isCPI() || isJTI()) &&
404 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
430 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
437 assert((isFI() || isCPI() || isJTI()) &&

Completed in 142 milliseconds