Searched defs:IsFP (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 1072 bool IsFP = fieldFromInstruction(insn, 26, 1); in DecodeSignedLdStInstruction() local
|
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 1006 bool IsFP; in DecodeSignedLdStInstruction() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2232 static unsigned getVectorComparison(ISD::CondCode CC, bool IsFP) { in getVectorComparison() 2258 static unsigned getVectorComparisonOrInvert(ISD::CondCode CC, bool IsFP, in getVectorComparisonOrInvert() 2306 bool IsFP = CmpOp0.getValueType().isFloatingPoint(); in lowerVectorSETCC() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 1270 bool IsFP = fieldFromInstruction(insn, 26, 1); in DecodeSignedLdStInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2385 static unsigned getVectorComparison(ISD::CondCode CC, bool IsFP) { in getVectorComparison() 2411 static unsigned getVectorComparisonOrInvert(ISD::CondCode CC, bool IsFP, in getVectorComparisonOrInvert() 2465 bool IsFP = CmpOp0.getValueType().isFloatingPoint(); in lowerVectorSETCC() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 967 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedBinaryOpcode() local 3822 bool IsFP = LHS->getType()->isFPOrFPVectorTy(); in parseFunctionBody() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 794 bool IsFP = Ty->isFPOrFPVectorTy(); in getDecodedBinaryOpcode() local 4810 bool IsFP = LHS->getType()->isFPOrFPVectorTy(); in parseFunctionBody() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 233 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 317 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18753 bool IsFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerSETCC() local
|