Home
last modified time | relevance | path

Searched refs:CallOperandVal (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2347 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2365 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2372 if (OpInfo.CallOperandVal) { in ParseConstraints()
2373 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
2551 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2554 if (!CallOperandVal) in getSingleConstraintMatchWeight()
2560 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2564 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
2569 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
2582 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
DSelectionDAGBuilder.cpp5948 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
5950 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
5953 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6131 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6148 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6157 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6158 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6161 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6250 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6274 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp583 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
586 if (!CallOperandVal) in getSingleConstraintMatchWeight()
588 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
599 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
609 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
615 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
621 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
627 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
633 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/external/llvm/include/llvm/Target/
DTargetLowering.h2679 Value *CallOperandVal; member
2695 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3280 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3283 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3285 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3316 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3219 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3222 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3231 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28016 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
28019 if (!CallOperandVal) in getSingleConstraintMatchWeight()
28021 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
28036 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
28056 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
28062 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
28068 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
28074 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
28080 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
28086 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4581 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4584 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4586 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10868 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
10871 if (!CallOperandVal) in getSingleConstraintMatchWeight()
10873 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11277 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
11280 if (!CallOperandVal) in getSingleConstraintMatchWeight()
11282 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3420 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()