Home
last modified time | relevance | path

Searched defs:Float64 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h200 Float64, global() enumerator
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h214 Float64 = 1 << 7, enumerator
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h332 uint64_t Float64; global() member
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp101 Float64, global() enumerator
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp464 LowerFPToInt(MachineInstr & MI,DebugLoc DL,MachineBasicBlock * BB,const TargetInstrInfo & TII,bool IsUnsigned,bool Int64,bool Float64,unsigned LoweredOpcode) LowerFPToInt() argument