Searched refs:CallOperandVal (Results 1 – 11 of 11) sorted by relevance
2347 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() local2554 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 …]
5948 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 …]
583 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local586 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()
2679 Value *CallOperandVal; member2695 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
3280 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local3283 if (!CallOperandVal) in getSingleConstraintMatchWeight()3285 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()3316 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
3219 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local3222 if (!CallOperandVal) in getSingleConstraintMatchWeight()3231 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
28016 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local28019 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 …]
4581 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local4584 if (!CallOperandVal) in getSingleConstraintMatchWeight()4586 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
10868 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local10871 if (!CallOperandVal) in getSingleConstraintMatchWeight()10873 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
11277 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local11280 if (!CallOperandVal) in getSingleConstraintMatchWeight()11282 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3420 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()