Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2288 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2305 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
2312 if (OpInfo.CallOperandVal) { in ParseConstraints()
2313 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
2494 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2497 if (!CallOperandVal) in getSingleConstraintMatchWeight()
2503 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2507 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
2512 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
2525 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
DSelectionDAGBuilder.cpp6132 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
6134 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
6137 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6315 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6331 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6340 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6341 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6344 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6433 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6455 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp447 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
450 if (!CallOperandVal) in getSingleConstraintMatchWeight()
452 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
463 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
473 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
479 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
485 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
491 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
497 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/external/llvm/include/llvm/Target/
DTargetLowering.h2581 Value *CallOperandVal; member
2597 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3210 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3213 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3215 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3246 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3082 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3085 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3094 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24199 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
24202 if (!CallOperandVal) in getSingleConstraintMatchWeight()
24204 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
24219 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
24239 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
24245 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
24251 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
24257 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
24263 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
24269 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4273 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4276 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4278 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10504 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
10507 if (!CallOperandVal) in getSingleConstraintMatchWeight()
10509 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10543 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
10546 if (!CallOperandVal) in getSingleConstraintMatchWeight()
10548 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2934 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()